home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / artgrp.exe / TXTSETUP.OEM < prev   
Text File  |  1993-12-08  |  19KB  |  422 lines

  1. #
  2. # format for txtsetup.oem.
  3. #
  4. # General format:
  5. #
  6. # [section]
  7. # key = value1,value2,...
  8. #
  9. #
  10. # The hash ('#') introduces a comment.
  11. # Strings with embedded spaces, commas, or hashes should be double-quoted
  12. #
  13.  
  14.  
  15. [Disks]
  16.  
  17. # This section lists all disks in the disk set.
  18. #
  19. # <description> is a descriptive name for a disk, used when
  20. #   prompting for the disk
  21. # <tagfile> is a file whose presence allows setup to recognize
  22. #   that the disk is inserted.
  23. # <directory> is where the files are located on the disk.
  24. #
  25.  
  26. d1 = "ARTIST GRAPHICS DISK (VIDEO)", \disk1, \
  27.  
  28.  
  29. [Defaults]
  30.  
  31. # This section lists the default selection for each 'required'
  32. # hardware component.  If a line is not present for a component,
  33. # the default defaults to the first item in the [<component_name>]
  34. # section (see below).
  35. #
  36. # <component_name> is one of computer, display, keyboard, mouse, scsi
  37. # <id> is a unique <within the component> string to be associated
  38. #   with an option.
  39.  
  40. display = "ARTIST 1000 SERIES  640x480x8x60"
  41.  
  42.  
  43. [display]
  44.  
  45. # This section lists the options available for a particular component.
  46. #
  47. # <id> is the unique string for the option
  48. # <description> is a text string, presented to the user in a menu
  49. # <key_name> gives the name of the key to be created for the component in
  50. #   HKEY_LOCAL_MACHINE\ControlSet001\Services
  51.  
  52.     "ARTIST 1000 SERIES  640x480x8x60"       = "ARTIST 1000 SERIES  640x480, 256 colors 60Hz"        , artvio
  53.     "ARTIST 1000 SERIES  640x480x8x70"       = "ARTIST 1000 SERIES  640x480, 256 colors 70Hz"        , artvio
  54.     "ARTIST 1000 SERIES  800x600x8x60"       = "ARTIST 1000 SERIES  800x600, 256 colors 60Hz"        , artvio
  55.     "ARTIST 1000 SERIES  800x600x8x70"       = "ARTIST 1000 SERIES  800x600, 256 colors 70Hz"        , artvio
  56.     "ARTIST 1000 SERIES 1024x768x8x60"       = "ARTIST 1000 SERIES 1024x768, 256 colors 60Hz"       , artvio
  57.     "ARTIST 1000 SERIES 1024x768x8x70"       = "ARTIST 1000 SERIES 1024x768, 256 colors 70Hz"       , artvio
  58.     "ARTIST 1000 SERIES 1280x1024x8x60"      = "ARTIST 1000 SERIES 1280x1024, 256 colors 60Hz"      , artvio
  59.     "ARTIST 1000 SERIES 1280x1024x8x70"      = "ARTIST 1000 SERIES 1280x1024, 256 colors 70Hz"      , artvio
  60.     "ARTIST 1000 SERIES 1600x1200x8x60"      = "ARTIST 1000 SERIES 1600x1200, 256 colors 60Hz"      , artvio
  61.  
  62.  
  63. ["Files.display.ARTIST 1000 SERIES  640x480x8x60"]
  64. #
  65. # This section lists the files that should be copied if the user
  66. # selects a particular component option.
  67. #
  68. # <file_type> is one of driver, port, class, dll, hal, inf, or detect.
  69. #   See below.
  70. # <source_disk> identifies where the file is to be copied from, and must
  71. #   match en entry in the [Disks] section.
  72. # <filename> is the name of the file. This will be appended to the
  73. #   directory specified for the disk in the [Disks] section to form the
  74. #   full path of the file on the disk.
  75.  
  76. driver = d1,art.sys,art
  77. dll    = d1,art.dll
  78. inf    = d1,oemsetup.inf
  79.  
  80. ["Files.display.ARTIST 1000 SERIES  640x480x8x70"]
  81. # This section lists the files that should be copied if the user
  82. # selects a particular component option.
  83. #
  84. # <file_type> is one of driver, port, class, dll, hal, inf, or detect.
  85. #   See below.
  86. # <source_disk> identifies where the file is to be copied from, and must
  87. #   match en entry in the [Disks] section.
  88. # <filename> is the name of the file. This will be appended to the
  89. #   directory specified for the disk in the [Disks] section to form the
  90. #   full path of the file on the disk.
  91.  
  92. driver = d1,art.sys,art2
  93. dll    = d1,art.dll
  94. inf    = d1,oemsetup.inf
  95.  
  96.  
  97. ["Files.display.ARTIST 1000 SERIES  800x600x8x60"]
  98. # This section lists the files that should be copied if the user
  99. # selects a particular component option.
  100. #
  101. # <file_type> is one of driver, port, class, dll, hal, inf, or detect.
  102. #   See below.
  103. # <source_disk> identifies where the file is to be copied from, and must
  104. #   match en entry in the [Disks] section.
  105. # <filename> is the name of the file. This will be appended to the
  106. #   directory specified for the disk in the [Disks] section to form the
  107. #   full path of the file on the disk.
  108.  
  109. driver = d1,art.sys,art3
  110. dll    = d1,art.dll
  111. inf    = d1,oemsetup.inf
  112.  
  113. ["Files.display.ARTIST 1000 SERIES  800x600x8x70"]
  114. # This section lists the files that should be copied if the user
  115. # selects a particular component option.
  116. #
  117. # <file_type> is one of driver, port, class, dll, hal, inf, or detect.
  118. #   See below.
  119. # <source_disk> identifies where the file is to be copied from, and must
  120. #   match en entry in the [Disks] section.
  121. # <filename> is the name of the file. This will be appended to the
  122. #   directory specified for the disk in the [Disks] section to form the
  123. #   full path of the file on the disk.
  124.  
  125. driver = d1,art.sys,art4
  126. dll    = d1,art.dll
  127. inf    = d1,oemsetup.inf
  128.  
  129.  
  130. ["Files.display.ARTIST 1000 SERIES 1024x768x8x60"]
  131. # This section lists the files that should be copied if the user
  132. # selects a particular component option.
  133. #
  134. # <file_type> is one of driver, port, class, dll, hal, inf, or detect.
  135. #   See below.
  136. # <source_disk> identifies where the file is to be copied from, and must
  137. #   match en entry in the [Disks] section.
  138. # <filename> is the name of the file. This will beappended to the
  139. #   directory specified for the disk in the [Disks] section to form the
  140. #   full path of the file on the disk.
  141.  
  142. driver = d1,art.sys,art5
  143. dll    = d1,art.dll
  144. inf    = d1,oemsetup.inf
  145.  
  146. ["Files.display.ARTIST 1000 SERIES 1024x768x8x70"]
  147. # This section lists the files that should be copied if the user
  148. # selects a particular component option.
  149. #
  150. # <file_type> is one of driver, port, class, dll, hal, inf, or detect.
  151. #   See below.
  152. # <source_disk> identifies where the file is to be copied from, and must
  153. #   match en entry in the [Disks] section.
  154. # <filename> is the name of the file. This will be appended to the
  155. #   directory specified for the disk in the [Disks] section to form the
  156. #   full path of the file on the disk.
  157.  
  158. driver = d1,art.sys,art6
  159. dll    = d1,art.dll
  160. inf    = d1,oemsetup.inf
  161.  
  162. ["Files.display.ARTIST 1000 SERIES 1280x1024x8x60"]
  163. # This section lists the files that should be copied if the user
  164. # selects a particular component option.
  165. #
  166. # <file_type> is one of driver, port, class, dll, hal, inf, or detect.
  167. #   See below.
  168. # <source_disk> identifies where the file is to be copied from, and must
  169. #   match en entry in the [Disks] section.
  170. # <filename> is the name of the file. This will be appended to the
  171. #   directory specified for the disk in the [Disks] section to form the
  172. #   full path of the file on the disk.
  173.  
  174. driver = d1,art.sys,art7
  175. dll    = d1,art.dll
  176. inf    = d1,oemsetup.inf
  177.  
  178. ["Files.display.ARTIST 1000 SERIES 1280x1024x8x70"]
  179. # This section lists the files that should be copied if the user
  180. # selects a particular component option.
  181. #
  182. # <file_type> is one of driver, port, class, dll, hal, inf, or detect.
  183. #   See below.
  184. # <source_disk> identifies where the file is to be copied from, and must
  185. #   match en entry in the [Disks] section.
  186. # <filename> is the name of the file. This will be appended to the
  187. #   directory specified for the disk in the [Disks] section to form the
  188. #   full path of the file on the disk.
  189.  
  190. driver = d1,art.sys,art8
  191. dll    = d1,art.dll
  192. inf    = d1,oemsetup.inf
  193.  
  194.  
  195. ["Files.display.ARTIST 1000 SERIES 1600x1200x8x60"]
  196. # This section lists the files that should be copied if the user
  197. # selects a particular component option.
  198. #
  199. # <file_type> is one of driver, port, class, dll, hal, inf, or detect.
  200. #   See below.
  201. # <source_disk> identifies where the file is to be copied from, and must
  202. #   match en entry in the [Disks] section.
  203. # <filename> is the name of the file. This will be appended to the
  204. #   directory specified for the disk in the [Disks] section to form the
  205. #   full path of the file on the disk.
  206.  
  207. driver = d1,art.sys,art9
  208. dll    = d1,art.dll
  209. inf    = d1,oemsetup.inf
  210.  
  211.  
  212. [Config.art]
  213. # This section specifies values to be set in the registry for
  214. # particular component options.  Required values in the services\xxx
  215. # key are created automatically -- use this section to specify additional
  216. # keys to be created in services\xxx and values in services\xxx and
  217. # services\xxx\yyy.
  218. #
  219. # <key_name> is relative to the services node for this device.
  220. #   If it is empty, then it refers to the services node.
  221. #   If specified, the key is created first.
  222. # <value_name> specifies the value to be set within the key
  223. # <value_type> is a string like REG_DWORD.  See below.
  224. # <value> specifies the actual value; its format depends on <value_type>
  225.  
  226. value = "",      tag,                         REG_DWORD,    13
  227. value = Device0, VgaCompatible,               REG_DWORD,    0
  228. value = Device0, InstalledDisplayDrivers,     REG_MULTI_SZ, art
  229. value = Device0, DefaultSettings.BitsPerPel,  REG_DWORD,    8
  230. value = Device0, DefaultSettings.XResolution, REG_DWORD,    280
  231. value = Device0, DefaultSettings.YResolution, REG_DWORD,    1e0
  232. value = Device0, DefaultSettings.Interlaced,  REG_DWORD,    0
  233. value = Device0, DefaultSettings.VRefresh,    REG_DWORD,    3c
  234.  
  235. [Config.art2]
  236. # This section specifies values to be set in the registry for
  237. # particular component options.  Required values in the services\xxx
  238. # key are created automatically -- use this section to specify additional
  239. # keys to be created in services\xxx and values in services\xxx and
  240. # services\xxx\yyy.
  241. #
  242. # <key_name> is relative to the services node for this device.
  243. #   If it is empty, then it refers to the services node.
  244. #   If specified, the key is created first.
  245. # <value_name> specifies the value to be set within the key
  246. # <value_type> is a string like REG_DWORD.  See below.
  247. # <value> specifies the actual value; its format depends on <value_type>
  248.  
  249. value = "",      tag,                         REG_DWORD,    13
  250. value = Device0, VgaCompatible,               REG_DWORD,    0
  251. value = Device0, InstalledDisplayDrivers,     REG_MULTI_SZ, art
  252. value = Device0, DefaultSettings.BitsPerPel,  REG_DWORD,    8
  253. value = Device0, DefaultSettings.XResolution, REG_DWORD,    280
  254. value = Device0, DefaultSettings.YResolution, REG_DWORD,    1e0
  255. value = Device0, DefaultSettings.Interlaced,  REG_DWORD,    0
  256. value = Device0, DefaultSettings.VRefresh,    REG_DWORD,    46
  257.  
  258.  
  259. [Config.art3]
  260. # This section specifies values to be set in the registry for
  261. # particular component options.  Required values in the services\xxx
  262. # key are created automatically -- use this section to specify additional
  263. # keys to be created in services\xxx and values in services\xxx and
  264. # services\xxx\yyy.
  265. #
  266. # <key_name> is relative to the services node for this device.
  267. #   If it is empty, then it refers to the services node.
  268. #   If specified, the key is created first.
  269. # <value_name> specifies the value to be set within the key
  270. # <value_type> is a string like REG_DWORD.  See below.
  271. # <value> specifies the actual value; its format depends on <value_type>
  272.  
  273. value = "",      tag,                         REG_DWORD,    13
  274. value = Device0, VgaCompatible,               REG_DWORD,    0
  275. value = Device0, InstalledDisplayDrivers,     REG_MULTI_SZ, art
  276. value = Device0, DefaultSettings.BitsPerPel,  REG_DWORD,    8
  277. value = Device0, DefaultSettings.XResolution, REG_DWORD,    320
  278. value = Device0, DefaultSettings.YResolution, REG_DWORD,    258
  279. value = Device0, DefaultSettings.Interlaced,  REG_DWORD,    0
  280. value = Device0, DefaultSettings.VRefresh,    REG_DWORD,    3c
  281.  
  282. [Config.art4]
  283. # This section specifies values to be set in the registry for
  284. # particular component options.  Required values in the services\xxx
  285. # key are created automatically -- use this section to specify additional
  286. # keys to be created in services\xxx and values in services\xxx and
  287. # services\xxx\yyy.
  288. #
  289. # <key_name> is relative to the services node for this device.
  290. #   If it is empty, then it refers to the services node.
  291. #   If specified, the key is created first.
  292. # <value_name> specifies the value to be set within the key
  293. # <value_type> is a string like REG_DWORD.  See below.
  294. # <value> specifies the actual value; its format depends on <value_type>
  295.  
  296. value = "",      tag,                         REG_DWORD,    13
  297. value = Device0, VgaCompatible,               REG_DWORD,    0
  298. value = Device0, InstalledDisplayDrivers,     REG_MULTI_SZ, art
  299. value = Device0, DefaultSettings.BitsPerPel,  REG_DWORD,    8
  300. value = Device0, DefaultSettings.XResolution, REG_DWORD,    320
  301. value = Device0, DefaultSettings.YResolution, REG_DWORD,    258
  302. value = Device0, DefaultSettings.Interlaced,  REG_DWORD,    0
  303. value = Device0, DefaultSettings.VRefresh,    REG_DWORD,    46
  304.  
  305.  
  306. [Config.art5]
  307. # This section specifies values to be set in the registry for
  308. # particular component options.  Required values in the services\xxx
  309. # key are created automatically -- use this section to specify additional
  310. # keys to be created in services\xxx and values in services\xxx and
  311. # services\xxx\yyy.
  312. #
  313. # <key_name> is relative to the services node for this device.
  314. #   If it is empty, then it refers to the services node.
  315. #   If specified, the key is created first.
  316. # <value_name> specifies the value to be set within the key
  317. # <value_type> is a string like REG_DWORD.  See below.
  318. # <value> specifies the actual value; its format depends on <value_type>
  319.  
  320. value = "",      tag,                         REG_DWORD,    13
  321. value = Device0, VgaCompatible,               REG_DWORD,    0
  322. value = Device0, InstalledDisplayDrivers,     REG_MULTI_SZ, art
  323. value = Device0, DefaultSettings.BitsPerPel,  REG_DWORD,    8
  324. value = Device0, DefaultSettings.XResolution, REG_DWORD,    400
  325. value = Device0, DefaultSettings.YResolution, REG_DWORD,    300
  326. value = Device0, DefaultSettings.Interlaced,  REG_DWORD,    0
  327. value = Device0, DefaultSettings.VRefresh,    REG_DWORD,    3c
  328.  
  329. [Config.art6]
  330. # This section specifies values to be set in the registry for
  331. # particular component options.  Required values in the services\xxx
  332. # key are created automatically -- use this section to specify additional
  333. # keys to be created in services\xxx and values in services\xxx and
  334. # services\xxx\yyy.
  335. #
  336. # <key_name> is relative to the services node for this device.
  337. #   If it is empty, then it refers to the services node.
  338. #   If specified, the key is created first.
  339. # <value_name> specifies the value to be set within the key
  340. # <value_type> is a string like REG_DWORD.  See below.
  341. # <value> specifies the actual value; its format depends on <value_type>
  342.  
  343. value = "",      tag,                         REG_DWORD,    13
  344. value = Device0, VgaCompatible,               REG_DWORD,    0
  345. value = Device0, InstalledDisplayDrivers,     REG_MULTI_SZ, art
  346. value = Device0, DefaultSettings.BitsPerPel,  REG_DWORD,    8
  347. value = Device0, DefaultSettings.XResolution, REG_DWORD,    400
  348. value = Device0, DefaultSettings.YResolution, REG_DWORD,    300
  349. value = Device0, DefaultSettings.Interlaced,  REG_DWORD,    0
  350. value = Device0, DefaultSettings.VRefresh,    REG_DWORD,    46
  351.  
  352.  
  353. [Config.art7]
  354. # This section specifies values to be set in the registry for
  355. # particular component options.  Required values in the services\xxx
  356. # key are created automatically -- use this section to specify additional
  357. # keys to be created in services\xxx and values in services\xxx and
  358. # services\xxx\yyy.
  359. #
  360. # <key_name> is relative to the services node for this device.
  361. #   If it is empty, then it refers to the services node.
  362. #   If specified, the key is created first.
  363. # <value_name> specifies the value to be set within the key
  364. # <value_type> is a string like REG_DWORD.  See below.
  365. # <value> specifies the actual value; its format depends on <value_type>
  366.  
  367. value = "",      tag,                         REG_DWORD,    13
  368. value = Device0, VgaCompatible,               REG_DWORD,    0
  369. value = Device0, InstalledDisplayDrivers,     REG_MULTI_SZ, art
  370. value = Device0, DefaultSettings.BitsPerPel,  REG_DWORD,    8
  371. value = Device0, DefaultSettings.XResolution, REG_DWORD,    500
  372. value = Device0, DefaultSettings.YResolution, REG_DWORD,    400
  373. value = Device0, DefaultSettings.Interlaced,  REG_DWORD,    0
  374. value = Device0, DefaultSettings.VRefresh,    REG_DWORD,    3c
  375.  
  376.  
  377. [Config.art8]
  378. # This section specifies values to be set in the registry for
  379. # particular component options.  Required values in the services\xxx
  380. # key are created automatically -- use this section to specify additional
  381. # keys to be created in services\xxx and values in services\xxx and
  382. # services\xxx\yyy.
  383. #
  384. # <key_name> is relative to the services node for this device.
  385. #   If it is empty, then it refers to the services node.
  386. #   If specified, the key is created first.
  387. # <value_name> specifies the value to be set within the key
  388. # <value_type> is a string like REG_DWORD.  See below.
  389. # <value> specifies the actual value; its format depends on <value_type>
  390.  
  391. value = "",      tag,                         REG_DWORD,    13
  392. value = Device0, VgaCompatible,               REG_DWORD,    0
  393. value = Device0, InstalledDisplayDrivers,     REG_MULTI_SZ, art
  394. value = Device0, DefaultSettings.BitsPerPel,  REG_DWORD,    8
  395. value = Device0, DefaultSettings.XResolution, REG_DWORD,    500
  396. value = Device0, DefaultSettings.YResolution, REG_DWORD,    400
  397. value = Device0, DefaultSettings.Interlaced,  REG_DWORD,    0
  398. value = Device0, DefaultSettings.VRefresh,    REG_DWORD,    46
  399.  
  400. [Config.art9]
  401. # This section specifies values to be set in the registry for
  402. # particular component options.  Required values in the services\xxx
  403. # key are created automatically -- use this section to specify additional
  404. # keys to be created in services\xxx and values in services\xxx and
  405. # services\xxx\yyy.
  406. #
  407. # <key_name> is relative to the services node for this device.
  408. #   If it is empty, then it refers to the services node.
  409. #   If specified, the key is created first.
  410. # <value_name> specifies the value to be set within the key
  411. # <value_type> is a string like REG_DWORD.  See below.
  412. # <value> specifies the actual value; its format depends on <value_type>
  413.  
  414. value = "",      tag,                         REG_DWORD,    13
  415. value = Device0, VgaCompatible,               REG_DWORD,    0
  416. value = Device0, InstalledDisplayDrivers,     REG_MULTI_SZ, art
  417. value = Device0, DefaultSettings.BitsPerPel,  REG_DWORD,    8
  418. value = Device0, DefaultSettings.XResolution, REG_DWORD,    640
  419. value = Device0, DefaultSettings.YResolution, REG_DWORD,    4b0
  420. value = Device0, DefaultSettings.Interlaced,  REG_DWORD,    0
  421. value = Device0, DefaultSettings.VRefresh,    REG_DWORD,    3c
  422.